2006-12-27 Matthias Clasen <mclasen@redhat.com>
* gdk/gdk.h: Remove redundant declarations (#390097,
Christian Persch)
+2006-12-27 Matthias Clasen <mclasen@redhat.com>
+
+ * gdk/gdk.h: Remove redundant declarations (#390097,
+ Christian Persch)
+
2006-12-27 Kristian Rietveld <kris@gtk.org>
Support inverting arrows via XSetting. (#377979, Yevgen Muntyan).
GSourceFunc function,
gpointer data);
-
-guint gdk_threads_add_idle_full (gint priority,
- GSourceFunc function,
- gpointer data,
- GDestroyNotify notify);
-guint gdk_threads_add_idle (GSourceFunc function,
- gpointer data);
-
-guint gdk_threads_add_timeout_full (gint priority,
- guint interval,
- GSourceFunc function,
- gpointer data,
- GDestroyNotify notify);
-guint gdk_threads_add_timeout (guint interval,
- GSourceFunc function,
- gpointer data);
-
-
#ifdef G_THREADS_ENABLED
# define GDK_THREADS_ENTER() G_STMT_START { \
if (gdk_threads_lock) \